Funktion umgekehrt ausgeben, strrev

67

<?php
$str = "Tutorials Class";
echo strrev($str);
?>

Comments

Submit
0 Comments